MSFlex Grid Row Selection
-
Hai frens. . . Can any one guide me to select a particualr row of flex grid. . . I use the function SetRowSel(), but this is selecting the number of rows given as parameter. I need to know how to select a particular row. . .and what function is used for that. could any one help me please. . . Thanx bye
-
Hai frens. . . Can any one guide me to select a particualr row of flex grid. . . I use the function SetRowSel(), but this is selecting the number of rows given as parameter. I need to know how to select a particular row. . .and what function is used for that. could any one help me please. . . Thanx bye
-
Grid Properties -> control tab Set Selection by row, it will select whole row when SetRowSel is called.
The actual prblm here is i can able to select row wise. . . but if i want to select another row keeping the previous row selected, there comes the prblm. So, if there any function exsists to select a particular row then i will keep the previous row selected and using that func i will select the next row.