Hi,
In my Grid, i would like to display the Title depending on the column. I may want to show the Title for 4 out of 10 columns, How can we do that? I want to do it in javascript, if it can't be done then in server-side. I tried playing with the CelltitleMode Property, and tried to set in client-side, it was not working.. Pls Help me out?
Thanks,
Raja
Hi Raja,
It has been a while since your post, however in case you still need assistance I would be glad to help.
I assume that you want to be able to modify the header captions for your grid columns. To do this client-side you can use something like:
igtbl_getGridById("grid").Bands[0].Columns[0].setHeaderText("This is a header caption")
Similarly, for server side:
grid.Bands[0].Columns[1].Header.Caption = "Test";
grid.Bands[0].Columns[1].Header.Caption =
"Test";
Please contact me if you have any questions.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://ko.infragistics.com/support