jQWidgets Forums
Forum Replies Created
-
Author
-
Hi, The initrowdetails function is fired when the row details are expanded for the first time. You should also have rowdetails={true} and a template. For example: <JqxGrid source={tableData.dataSource} columns={tableData.columns} rowdetails={true} initrowdetails={(index, parentElement, gridElement, datarecord) => { console.log('initrowdetails', parentElement) }} rowdetailstemplate={{ rowdetails: '<div style="margin: 10px;"><ul style="margin-left: 30px;"><li class="title"><li>Notes</li><div class="information"></div><div class="notes"></div></div>', rowdetailsheight: 200 }} /> Best regards, Steven Peterson jQWidgets Team https://www.jqwidgets.com/
February 21, 2023 at 5:04 am in reply to: Angular – totalrows are not updating in jqxtreegrid pagination Angular – totalrows are not updating in jqxtreegrid pagination #132622Hi,
If you are receiving all the data at once, you can remove the totalrecords property.
This should resolve the problem.
We are waiting for your reply!Best regards,
Steven PetersonjQWidgets Team
https://www.jqwidgets.com/Hi Henri,
Here is an example with your data provided: http://jsfiddle.net/41h3L69x/
I hope this helps you!Best Regards,
Steven PetersonjQWidgets Team
https://www.jqwidgets.com/February 16, 2023 at 4:26 am in reply to: Multi pre Select ComboBox Multi pre Select ComboBox #132593Hi,
Just change the source property of the Combo box and then set the selected index.
Here is an example: http://jsfiddle.net/edh6nts4/
I hope this helps!
Best regards,
Steve PetersonjQWidgets Team
https://www.jqwidgets.com/February 16, 2023 at 4:15 am in reply to: Angular – totalrows are not updating in jqxtreegrid pagination Angular – totalrows are not updating in jqxtreegrid pagination #132592Hi,
What type of binding are you using?
Please share your settings.We are waiting for you!
Best regards,
Steve PetersonjQWidgets Team
https://www.jqwidgets.com/ -
AuthorPosts