I have id(array) used in my application . i want to select number of rows mathching given array but if i used gatagrid selected Index then it will be selected only 开发者_运维问答one row only . i set data grid allowMultipleSelection="true" also .. . how can be select mutipule rows in datagrid ? please refer me
for(var i:int=0;i<id.length;i++)
        {
            datagrid.selectedIndex=id[i];
        }
If id is an array of integers, you should be able to do this:
datagrid.selectedIndices = id;
try setting them through selectedItems instead that allows you to set multiples.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论