jQWidgets Forums
Forum Replies Created
-
Author
-
August 7, 2019 at 6:08 am in reply to: jqxGrid angular – widget column issue jqxGrid angular – widget column issue #106417
Hi Hristo,
Thanks for reply.
We have implemented second option as you suggested. Working as expected.
Thanks again for your support,
VijayAugust 1, 2019 at 9:38 am in reply to: jqxGrid angular – widget column issue jqxGrid angular – widget column issue #106348Hi Histro,
Thanks for quick reply.
As you said, i have to add some additional settings to bind
click
event or new button ininitwidget
callback.Please give some hint of how could i do this. I need to set
addEventHandler
again for that button ininitwidget
?Thanks again,
VijayAugust 1, 2019 at 6:50 am in reply to: jqxGrid angular – widget column issue jqxGrid angular – widget column issue #106340Hi Hristo,
Thanks for example. it works perfectly.
As per my requirement i implemented the same. but not working in my case.
In my case, User can delete only newly added rows. So i have set one column for rowstatus. Set rowstatus = 0 for already exist rows. While adding new row i set rowstatus = 1.
While i am adding new row. Delete button does not appears to new row.
Please, take a look at this example created for my case.
Thanks,
VijayJuly 30, 2019 at 3:15 pm in reply to: jqxGrid angular – widget column issue jqxGrid angular – widget column issue #106314Hi Hristo,
Thanks for quick reply.
I have to set multiple action buttons in widget column. But it will show/hide condition based.
I followed your demo but not works. I created example from demo you given.
Please guide me where i am wrong.
Thanks,
VijayJuly 24, 2019 at 11:22 am in reply to: JQXGrid autorowheight issue JQXGrid autorowheight issue #106214Hi Hristo,
You are Awesome!
Thanks a lot for solution.
This two lines works for me.
htmlElement.style.overflow = "hidden"; htmlElement.style.maxHeight = "30px";
Thanks again,
VijayJuly 23, 2019 at 3:49 pm in reply to: JQXGrid autorowheight issue JQXGrid autorowheight issue #106190Hi Hristo,
Thanks for quick reply.
Here is simplified example. Try to scroll in grid.
I found that when i use createwidget in column this issue occurs.
Please check and let me know what is wrong in my example.
Thanks,
VijayMay 24, 2019 at 6:11 am in reply to: jqxGrid selectionmode checkbox jqxGrid selectionmode checkbox #105355Hi Martin,
Thanks a lot. That is exactly i needed. Example you give is for jquery grid. I will convert and use same code for angular grid.
Thanks again.
-
AuthorPosts