Kendo UI Grid Custom Column Filter

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2024

ความคิดเห็น • 17

  • @preetamb.n.murthy3933
    @preetamb.n.murthy3933 8 ปีที่แล้ว +1

    i like your presentation, its Good with clarity on every property

  • @shabda_the_moha
    @shabda_the_moha 10 หลายเดือนก่อน

    Very well explained!

  • @veerukativarapu
    @veerukativarapu 5 ปีที่แล้ว

    May I know how to click on checkbox when the properties are changing dynamically in the grid?

  • @divyav3401
    @divyav3401 4 ปีที่แล้ว

    How to filter country? I mean you selected a particular date range , now when I filter country it displays all country from data source. I want to show in filter with only those countries appearing on that date range

  • @pm_6948
    @pm_6948 6 ปีที่แล้ว

    I am facing an issue with globalization for date filter, I used 'de-De' for globalization but I want only kendo date filter in 'en-US' format. What should I do?you have any idea?

    • @abhishekkant
      @abhishekkant 6 ปีที่แล้ว

      Hi Pooja... I would like to recommend raising a support ticket for this. Support is available even if you are in the Kendo UI trial.
      Globalization capabilities of Kendo UI are described here: docs.telerik.com/kendo-ui/framework/globalization/overview However, I am not sure if you want entire grid with en-us setting or just the date filter...

  • @kgen5108
    @kgen5108 7 ปีที่แล้ว

    is this features (about custom filter of date) is free or paid on Kendo-UI ?Please confirm

  • @bhoomikaaradhya8886
    @bhoomikaaradhya8886 ปีที่แล้ว

    Hi, can you please let me know how to make grid responsive with respect to browser window

  • @seenubujji
    @seenubujji 8 ปีที่แล้ว

    hi Abhishek...can you pls show us to filter with decimal Numbers. because in my project I'm getting error while filtering price column.

  • @NitishKumar-qi7io
    @NitishKumar-qi7io 4 ปีที่แล้ว

    If i want the filtered data to be rendered only after entering 3 character and enter key ....can you make video for this

  • @mayurchavan9228
    @mayurchavan9228 4 ปีที่แล้ว

    like order column how can i filter the ther column like country or city column

  • @Rundtj45
    @Rundtj45 9 หลายเดือนก่อน

    any class like this on C#?

  • @Frtgpo
    @Frtgpo 7 ปีที่แล้ว

    Thanks, that was helpful!

  • @MsgOG9772
    @MsgOG9772 ปีที่แล้ว

    How to bind the data and remove duplicates and apply filter for a table that I want to apply filter for first 3 columns with
    StudentName GuardianName MessageMode DeliveryStatus SentBy SentOn
    Each Student has 2 guardian and we have 3 messagemodes(email,sms,voice). Say I have data coming this way
    StudentName1 Guardian1 Messagemode1 status1
    StudentName1 Guardian1 Messagemode2 status1
    StudentNAme1 Guardian2 messagemode2 Status2
    I want the kendo grid to show
    StudentName(filter) GuardianName(filter) Messagemode(multicheck filter) Status
    Student1 Guardian1 Messagemode status1
    Messagemode2 status1
    Guardian2 messagemode2 status2

    • @MsgOG9772
      @MsgOG9772 ปีที่แล้ว

      I am doing a rowdatabound to hide duplicate cells but the filter is not showing the hidden cells. and I have 50000 records that I need to show as above and I am afraid of the performance

  • @mikeramos9911
    @mikeramos9911 8 ปีที่แล้ว

    Hello, you can give me the project? Please...

    • @78kashyapa
      @78kashyapa 8 ปีที่แล้ว

      Hi. the whole code is available online here: dojo.telerik.com/@kashyapa/EdorI ... i used our kendo ui dojo (a online playground) to code this example. You can find the complete code in the dojo. hope this helps.