Title: ProperyGrid not showing Groups Post by: drperk on November 23, 2013, 09:22:03 AM I am building a properygrid dynamically in JavaScript and use appendRow to add my data. I made sure showGroup is set to true prior to adding the data. The markup does not contain the group table div's until I click the top row Name header. Once I click Name the groups show up. Prior to that I have a list of data exactly how I added it without the groups.
Any ideas on what I'm missing? I really like what widgets EasyUI provides and I'm considering using it as a replacement for JQueryUI - but not until I get this figured out. Thanks! Title: Re: ProperyGrid not showing Groups Post by: stworthy on November 23, 2013, 09:34:49 AM This topic may help you solve your issue.
http://www.jeasyui.com/forum/index.php?topic=2428.0 Title: Re: ProperyGrid not showing Groups Post by: drperk on November 23, 2013, 09:59:07 AM Thanks - that worked perfectly.
Can you maybe explain what is going on? I used appendRow following the tutorial but I didn't read anything about reloading the data in order to show the groups. Any additional info would be appreciated. I want to add editor's next for each of my datatype's. I have floats, integers, booleans and lists that I would like to apply. Nice work! Thanks again. |