Base solution for your next web application
Open Closed

Some Request #5025


User avatar
0
avanekar02 created

Hello

  1. when i select a record from the selectbox i want to show details of that selected record below eg if a customer is selected from a customer table in orders createoredit modal, i want to show address of that customer in the createoreditordermodal.

  2. Also when i use dateipicker the popup for date opens in the createoreditordermodal but when i change the class to datetime-picker or datetimepicker the popup does not open.

  3. how do i show a multiline textbox, example the remark field in the image is multiline

Thanks


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @avanekar02,

    1. I'm not sure what is the question here. You can implement it like you want.

    2. Probably css class is used to convert input to datepicker. Why do you need to change it ?

    3. You can use textarea and set rows property to something conviniend for your case.