Hi team,
i have an issue on grid width property. here is the scenario.
$(“#testjqxgrid”).jqxGrid(
{
width: “100%”
..
});
Now the “testgrid” id has width ‘100%’ – percentage mode. Inside the grid we have the wrapper and content id as like “#contenttestgrid” and “#wrappertestgrid”. These ids have the width only on “px”. Is there is anyway to change these ids also into “%”?
Because for me the webpage layout is single page modal. So once the layout for difference layouts or difference resolution, the grid will increase or decrease the width, but the “#contenttestgrid” and “#wrappertestgrid” doesnot increase. Its remains the same.
I hope you understand, please help me.