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
20
Copying data
posted

Hi,

I need the ability to copy that data that is getting rendered using the Ultrawebgrid. I tried setting the readonly option to level two. When I set this the grouping and paging are getting disabled. Is there any other way by which I can provide the data copy feature sililar to the readonly option (Ability to select the required data, right-click copy and then paste data to the required editor). I tried javascript option but that alows me to select a row at one time. I need to provide the right-click copy feature not ctrl+c (Implemented using Javascript, Keydown and keyup functions) etc

I am using netadvantage 2006 version.

Rgeards, Sreedhar

Parents
  • 40
    posted

    Anyone from the Infragistics Team who can help on this one ?

    When ReadOnly = False for the Ultrawebgrid, it seems to dispense javascript for other features like Paging and Grouping as a result of which these features do not work correctly ?

     I need Paging and Grouping to work along with the ability to highlight a cell (right click copy paste).

    - Russel

Reply Children