1. In test01 project Comment column in child grid supposed to accommodate several lines of text .. it lines coming from data source it display them okay.. (second child grid, 1st row) but if editor used and lines are entered with manual editing.. it shows seemed two line max..
Is it possible to set up editor so instead of scrolling it just expand height of the grid row.
2. If TAX Review Update button pressed, it post back and process some server events (row updating)..
Is it possible to configure grid that it does just ajax update, i.e. not visually flashing the whole page, but just display some sign in the grid area and just show the new row if it was added on the back end..
Please show what is possible on the attached project2783.test01.zip
Hello Michael,
Thank you for your post. I have been looking into it and for the first question I can suggest you add the following style:
tbody.igg_Item { word-wrap: break-word;}
As for the second one, by default the grid works this way. The EnableAjax property controls that and by default it is set to true.
Please let me know if you have further questions on this matter.
Looking forward for your reply.
Regards,
Stefan
1. Please show where to add css on the attached project, to avoid endless back and forth..
user should be able to enter e.g. 10 lines and should be able to see them.. and row height should changed.
2. AJAX : The grid is set for batch processing so the button will kick post back and process multiple updates on the server.. this cause the whole page to reload.. is it possible to have button to trigger ajax update on the grid, please show it on the attached project.