Title: how to get original value after formatter? Post by: proffl on July 07, 2014, 09:00:16 PM :)
if i use $('#pg').propertygrid('getRows')[1].Value it will get value of <span class=' value' ></span> instead of value. how to fix the problem? ??? ??? ??? ??? Title: Re: how to get original value after formatter? Post by: jarry on July 08, 2014, 12:05:30 AM The 'getRows' method of propertygrid is inherited from datagrid. It do return the original rows bound to the propertygrid. Please check your propertygrid data carefully.
Title: Re: how to get original value after formatter? Post by: proffl on July 08, 2014, 04:46:30 AM The 'getRows' method of propertygrid is inherited from datagrid. It do return the original rows bound to the propertygrid. Please check your propertygrid data carefully. yes, that's because i've override getValue function. but what can i do if i wanna add formatter to one of my propertygrid row?here is my json: Code: string json = "{\"total\":6,\"rows\":["; Code: $(document).ready(function () { Code: $(document).ready(function () { |