JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Custom Editor Dialogue for Grid Data › Reply To: Custom Editor Dialogue for Grid Data
Thanks for the response.
I had seen the built-in multiline editor, but we wanted to have it already expanded by default and use considerably more space. Each row in our grid represents a record where we want to then be able to edit additional information for that record, some of which can be lengthy. Are there additional configuration properties for the built-in text area?
Starting to think we may need to use a different approach for editing the records outside of the grid, and then just updating the grid datasource object when finished. Is there a way in the API to setup callbacks or hooks somehow to use the built-in edit & add new row buttons to initiate this?
Thanks!
- This reply was modified 3 years, 2 months ago by MarkM.