Hi,
I am using UltraWebGrid Version 7.3.
I have used client side sorting for this grid. Now I have to change the sorted column header style through javascript.
I am using following javascript code but it does not work -
{
//Column Object
var columnObject = igtbl_getColumnById(columnID);
}
Any Idea ?
Thanks..