Title: Looking for a editor into PropertyGrid Post by: arawak on September 03, 2014, 06:06:10 AM Hello,
Problem when looking for a éditor. Content: Code: rowData Code: $("#proprietes_KlkAdmService_249").propertygrid({ Can you help me? Title: Re: Looking for a editor into PropertyGrid Post by: stworthy on September 03, 2014, 06:37:10 PM By default the row of propertygrid has only 'name', 'value' and 'editor' properties. Please confirm if your row has the 'serCouleur' property. The code below works fine.
Code: $('#pg').propertygrid({ Title: Re: Looking for a editor into PropertyGrid Post by: arawak on September 04, 2014, 02:00:58 AM Thank you for your answer, actually the editor is instantiated.
But I still have a problem with updating the textbox: Code: var ed = $(editor.target); Quote TypeError: $.data(...) is undefined var opts=$.data(this,"textbox").options; jquery.....min.js (ligne 6284, col. 4) Title: Re: Looking for a editor into PropertyGrid Post by: stworthy on September 04, 2014, 03:23:42 PM The code below works fine.
Code: $('#pg').propertygrid({ Title: Re: Looking for a editor into PropertyGrid Post by: arawak on September 05, 2014, 04:11:28 AM Thank you for the reply,
My problem was elsewhere ... Now everything is ok |