Hi,
I need of the RowHeader so that I can place an exclamation or error icon in there to indicate any error or validation messages which may result from my loading of the grid's data source. I come from a windows forms world. Back there I could fulfill my requirement by setting the RowHeader.Visible = True on the GridView and it would show up.
I notice there is a property: RowIndicatorColumn under MasterTableView. But when I try to set it's visiblility to True, it refuses to change; continues to remain False.
Also, if you can guide on how to display error icons in individual cells as well that would be great. Basically, we're trying to mimic the way error messages are displayed in SQL Server Mgmt. Studio. So if a user entered an invalid text or if the code failed to load a particulr cell's information corectly, then I'd like to display an error icon in there and then set my message in the tooltip property of the icon.
I am new to RadGrid and would appreciate any help that you can extend in this regard.
Thanks.
Rahul
I need of the RowHeader so that I can place an exclamation or error icon in there to indicate any error or validation messages which may result from my loading of the grid's data source. I come from a windows forms world. Back there I could fulfill my requirement by setting the RowHeader.Visible = True on the GridView and it would show up.
I notice there is a property: RowIndicatorColumn under MasterTableView. But when I try to set it's visiblility to True, it refuses to change; continues to remain False.
Also, if you can guide on how to display error icons in individual cells as well that would be great. Basically, we're trying to mimic the way error messages are displayed in SQL Server Mgmt. Studio. So if a user entered an invalid text or if the code failed to load a particulr cell's information corectly, then I'd like to display an error icon in there and then set my message in the tooltip property of the icon.
I am new to RadGrid and would appreciate any help that you can extend in this regard.
Thanks.
Rahul