Search Results

Type: Posts; User: PocketPrograms

Search took 0.01 seconds.
  1. Hi LikeWatchStar,

    thanks for your response.

    We can get the records of the GridPanel without any problem:



    buttons.Add(Html.X().Button()
    ...
  2. Hi,

    does anybody have an example of using batch update with GridPanelFor.

    I've followed this example: Grid with batch saving

    But don't know how to get the store of the GridPanel.

    I've...
  3. Hi,

    we're looking for a project member with extensive experience in ext.net/MVC web forms/MSSQL/C# to assist us with optimising our current pages and then develop new functionality.

    We are a...
  4. Thanks that worked!
  5. @Daniil,

    I have created the following sample demonstrating how new rows are incorrectly added when updating the GridPanel:



    <%@ Page Language="C#" %>

    <script runat="server">
    ...
  6. Hi Daniil,

    thanks for the suggestion. We have tested this and it updates the selected rows of the GridPanel correctly. However, it doesn't set the record state to be dirty.

    We have tried:


    ...
  7. Hi,

    We are using a GridPanel using batch update and checkbox selection method. One of the columns contains a date. We have added a pop-up window with a date field and an 'update' button.

    When...
  8. Thanks Daniil,

    that was the issue. We changed App.AntiForgeryField.getValue() to App.AntiForgery.getValue().
  9. Thanks Daniil,

    that is working now (and incorrect date format may have been caused originally by an incorrect setting in Chrome).
  10. Hi Daniil,

    thanks for your suggestion.

    We have tried the following without success:

    1. With this this variant the REST call to READ the data doesn't get triggered:
  11. Hi Daniil,

    We have built a new sample. This is the result:

    24139

    Model:

    using System;
    using System.Collections.Generic;
  12. Hi Fabricio thanks for your help,

    we tried using Html.X().AntiForgeryField().Value():


    Headers = {
    new...
  13. We are using a Store (for a GridPanel) which is loaded using an AjaxProxy.

    However, [ValidateAntiForgeryToken] is not supported.

    This web-page provides a method to add the AntiForgeryToken...
  14. Daniil,

    the date is using the correct client locale, but the format is not the short date format. The date is displayed as Sun Aug 17 2014 00:00:00 GMT+10 (AUS Eastern Standard Time).

    We want...
  15. Thanks Daniil,

    We are using the GridPanel in an MVC project. One column includes a date.

    What we are trying to achieve is that the date is displayed in short date format (e.g. 03/08/2015) in...
  16. That resolves the error, however the date format used is the format of the server (mm/dd/yyyy) and not of the client PC (dd/mm/yyyy). Is there a way to use the international settings of the client PC...
  17. This issue was previously reported here: http://forums.ext.net/showthread.php?51031-CLOSED-mvc-data-annotation-not-working

    The error is a NullReferenceException when using the GridPanel with data...
Results 1 to 17 of 17