Hi,
In our application we need to set radgrid column headerstyle-width by javascript.. For this we are using below code but nothing happened.
grid.get_masterTableView().getColumnByUniqueName("uniqueName").get_element().width = "1000px";
//grid.get_masterTableView().getColumnByUniqueName("UniqueName").get_element().clientWidth = "1000px";
grid.repaint();
Please help us.
In our application we need to set radgrid column headerstyle-width by javascript.. For this we are using below code but nothing happened.
grid.get_masterTableView().getColumnByUniqueName("uniqueName").get_element().width = "1000px";
//grid.get_masterTableView().getColumnByUniqueName("UniqueName").get_element().clientWidth = "1000px";
grid.repaint();
Please help us.