• Configurable Grid How to open de requested item ?

    I developed a simple configurable grid that retrieves the ID of an item, but I can´t find the way to implement a method to open the item requested when you click on it, or similar. Right click trigger the OnMenuInit event, but the context item is empty…
  • How to get selected column index

    Hi, I want to display the message when the user clicks on the "Related File" column from Document File relationship. so, how to get the column index? When User clicks on "Related File" the file will get the download, so on that browser window, so…
  • SET FORM PROPERTY FROM GRID EVENT IN ARAS

    Hi Community, From the relationship grid event context, I was trying to set the value of a property and refresh in the source item form. top.instance.handleItemChange("property",value); The same piece of code is not working with Firefox. It works in…