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
550
Help needed in Migrating WebDropDown
posted

Hi,

below are issues i m facing while Migrating webcombo to WebDropDown .

Issue 1)

JS code(webcombo) :-

function webcombo_AfterCloseUp(webComboId) {

var oCombo = igcmbo_getComboById(webComboId); // Need Equivalent in WebDropDown 

var div = oCombo.getGrid().getDivElement(); // Need Equivalent in WebDropDown 

oCombo.setDropDown(true);  //How to Set "setDropDown" in WebDropDown  ?

}

Issue 2)  Need Equivalent in  WebDropDown for below code.

 cmbApplication.DropDownLayout.RowSelectors = RowSelectors.No; (this is written for webcombo )


Issue 3) what is the Equivalent for DropDownLayout in WebDropDown ?

Thanks

Ravi 

Parents
No Data
Reply
  • 17590
    Offline posted

    Hello Ravi,

    Thank you for posting in our community.

    I noticed that you have a similar post referring these questions where my colleague Zdravko Kolev has already answered your queries.

    Since we handle single thread for single issue we will continue assisting you via the other thread.

    Please let me know if you need any further assistance.

Children
No Data