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
add row
posted

When Row Adding added to the WebDataGrid it shows visual PLUS sign in the row where data added, Web Hierarchical Grid does not. Is it possible to turn this visual plus sign on the Hierarchical Grid ? Or any other solution out of the box ?

Parents
  • 8160
    Verified Answer
    posted

    Hello mcseidel,
    PLUS sign is shown when Row Selectors are enabled.

       <Behaviors>
                <ig:EditingCore>
                    <Behaviors>
                        <ig:RowAdding>
                        </ig:RowAdding>
                    </Behaviors>
                </ig:EditingCore>
                <ig:RowSelectors>
                </ig:RowSelectors>
            </Behaviors>

Reply Children
No Data