Title: Set the formatted value in the datagrid column editor Post by: leela on May 28, 2014, 11:45:19 AM Hi,
I am using datagrid with editors for inline datagrid editing. I am defining formatters some of the columns. But I see that the formatted values are displayed only in the non-edit mode. When you open the editor, it shows the actual value. How can I set the formatted value in the edit-mode? Title: Re: Set the formatted value in the datagrid column editor Post by: stworthy on May 29, 2014, 12:45:04 AM You can not use the formatted value as the stored editing value. Maybe you need to convert the data to what you want before loading them.
|