Hi,
iam working with infragistics 2009 iam using ultrawebgrid.i want to select a whole row,i have used
RowSelectorsDefault
="Yes"
in display layout but it is not working.can anyone suggest me ?
Thanks,
Rajesh
Hello MSCA,
For questions about the WinGrid, please post a new thread in the WinGrid forum so that the Windows Forms developers will see your post.
Elizabeth AlbertLocalization Engineer
The row selection option on the WinUltraGrid works on some grids and not on others.
This is possibly are conflicting settings, but no idea which. The command (either in code or in grid configuration)
.Override.RowSelectors = DefaultableBoolean.True
has no effect.
Hello Rajesh,
Has this question been addressed?
You could take a look at this sample (and the code-behind) to see how to enable Row Selection in the WebGrid.
It sounds like you want something like this:
(.cs page)UltraWebGrid1.DisplayLayout.SelectTypeRowDefault=SelectType.Single;(.aspx page, inside the DisplayLayout tag)SelectTypeRowDefault="Single" This page from our online help might be useful too. Elizabeth AlbertLocalization Engineer
This page from our online help might be useful too.