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
470
How to fire/Capture UltraFormattedLinkLabel rightsButton event from winGrid....
posted

 

Hi All, 

I’ve place the UltraFormattedLinklabel with rightsbutton in the form and added to this control to the wingrid. Now I want fire/capture the rightsbutton click event…
 

Note: I added UltraFormattedLinkLabel to WinGrid but It’s not firing EditorButtonClick Event from WinGrid…

Thanks in advance….

ateeqpasha

 

Parents
  • 469350
    Verified Answer
    Offline posted

    I assume that you are referring to UltraFormattedTextEditor, as UltraFormattedLinkLabel does not support buttons. 

     The WinGrid does not have an EditorButtonClick event. The EditorButtonClick event is on the UltraFormattedTextEditor. The Context on the event args will give you the cell that was clicked.

Reply Children