Hi,
I have a ultrawingrid and i display the search results in that. When the results are loaded, i find one of the rows (randomly) gets selected even after giving grid.ActiveRow = null;
Is there a way to remove the active row. It is not the apperance (which i can control by the property), it is the display part, where it shows the entire row as selected with dotted lines..
Any help is appreciated.
Thanks,
By default, the grid synchronizes the ActiveRow with the Current position of the CurrencyManager.
You can turn this off by setting SynchWithCurrencyManager on the grid to false.
If you just want to turn off the dotted lines (which is called a Focus Rectangle), then this KB article should help you out:
HOWTO:How can I turn off the Focus Rectangle on an Infragistics Win Control?
Yeah., that was correct Mike. I forgot the property even though i have used it before.. would never forget again!
Thanks Mike.,