jQWidgets Forums
Forum Replies Created
-
Author
-
June 19, 2014 at 12:32 pm in reply to: Problem with applying cellsformat in foreignkey or key/value columns Problem with applying cellsformat in foreignkey or key/value columns #56093
Hi Peter,
Thanks for your reply.
1) employee.EmployeeID = employee.uid; – this is from the Example #1. I did not make any changes to that.
2) Yes, its already included, but i am just trying to mimic the foreign key functionality. I am matching employeeid with the source and getting the employeeid again. I am doing that as i am trying to apply cellsformat for a number column. As mentioned all this works. Only the cellsformat does not apply.The code is the same as Example #1 i just changed the employeeid datafield and the column definition.
This is not a problem with Example #3 but only happens with remote datasource.
Hope i am clear. Please do let me know if you need any additional information.
-Mohamed Azher
June 13, 2014 at 7:08 am in reply to: Number input width overflow on window resize Number input width overflow on window resize #55820Hi,
Thanks for your reply. But as I mentioned, this seems to only happen with Number Input widget and not with anything else. Even the date time input seems to work fine. (You can remove the Number input from the fiddle and try it yourself)Also adding a lot of widgets to the fieldset does not seem to affect but this breaks as soon as you add the Number Input, which indicates the problem lies in the widget or its CSS?
There is something with the widget which is causing issues with the fieldset tag.
Regards,
Mohamed AzherApril 9, 2014 at 7:45 am in reply to: Grid content is not extending to full width Grid content is not extending to full width #52767Hi,
Thanks a lot, that makes sense!
-Mohamed Azher
April 8, 2014 at 9:19 pm in reply to: Grid content is not extending to full width Grid content is not extending to full width #52748Hi,
I am facing a similar issue, trying to set 100% width on the grid causes the scrollbar on the right to extend leaving whitespace between the columns and the scrollbar.
You can check this fiddle as an example.
http://jsfiddle.net/mohamedazher/3m476/-Mohamed Azher
-
AuthorPosts