Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
8920
text editor set up and ajax refresh in hierarchal grid
posted

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

Parents
No Data
Reply
  • 138253
    Offline posted

    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

Children