jQWidgets Forums
Forum Replies Created
-
Author
-
Hi,
I am trying to trigger the splitter resize event while resize the browser window it is working in IE but not working in chrome/Mozilla firefox. Please advise me.
$(‘#splitContainer’).on(‘resize’,
function (event) {
alert(“resize”);
});Regards
K.VadiveluHi Peter Stoev,
Please advise me if i set the 15% of width for the last column and can change the last column width on columnresized method.
$(“#grid”).on(“columnresized”, function (event)
{
$(‘#grid’).jqxGrid(‘setcolumnproperty’, ‘column’, ‘width’, ‘20%’);
});I am trying this but it is not working. Please advise me.
Regards
K.VadiveluHi Peter Stoev,
Thanks for your quick reply, if i give 15% to the last column then if I resize any of other columns then the last colums is coming towards left side then i can able to see the space on the right side of the grid. I want to fit the last column towards the right side always until the column sizes or exceed the grid width.
Please assist me how to fix this, because it was worked on the “jQWidgets v2.8.0“, now i upgraded to “jqwidgets-ver3.1.0″ it is not working.
Regards
K.VadiveluHi Dimitar,
Thanks for your quick response. It is working for me.
It will be helpful to others if you update this event in the Jqx-Panel Reference area.
Regards
K.VadiveluSeptember 23, 2013 at 5:38 am in reply to: Grouping with Editable checkbox Grouping with Editable checkbox #29343Hi Dimitar,
Thanks for your quick turn-around but when can I expect the timeline for this fix. Because this has became a show stopper after upgraded to latest version.
Looking for your prompt reply.
Thanks,
K.Vadivelu -
AuthorPosts