Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

kendo-asp.net-mvc

How can I refresh the grid after I edit the Kendo UI grid?

September 5, 2023 by Tarik

You can subscribe to the Sync event of the grid’s data source and call the read method of its data source. .Events(events => events.Error(“error_handler”).Sync(“sync_handler”)) function sync_handler(e) { this.read(); }

Categories kendo-ui Tags kendo-asp.net-mvc, kendo-grid, kendo-ui Leave a comment

Format DateTime in Kendo UI Grid using asp.net MVC Wrapper

August 10, 2023 by Tarik

If you want to display datetime format in kendo grid then do this, .Format(“{0:dd/MM/yyyy}”) Or builder.ToString(“dd/MM/yyyy”);

Categories c# Tags asp.net-mvc-4, c++, datetime, kendo-asp.net-mvc, kendo-grid Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa