Search Results

Type: Posts; User: Dimitris

Page 1 of 14 1 2 3 4
Search took 0.02 seconds.
  1. Hi,

    There is no such behavior in version 1.7. The filtered rows are nicely "removed" from the selection, instead. The following sample demonstrates:


    <%@ Page Language="C#"...
  2. Hi,

    You can have one hub and many groups. Please, see:

    Working with Groups in SignalR

    Hope it helps.
  3. WebForms is a very good choice by itself.-

    Ext.net is based on Sencha's extjs, which is basically a javascript framework. The version of extjs used in 1.7 was solid and fully compatible with the...
  4. Hi,

    I gave it a try by filtering remotely:

    View


    @model Ext.Net.MVC.Examples.Areas.GridPanel_ArrayGrid.ArrayWithPaging.Companies
    @{
    ViewBag.Title = "Simple Array Grid With Local...
  5. Hi, yes, this should do:



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

    <script runat="server">
    public class ChartData
    {
    public string Name
  6. Everything seems normal.

    Do you still use the parseDate function in your code? If yes, can you please remove the following markup from your page and let us know of what happens:


    ...
  7. Some notes about using the http://winweb01.bbros.it/bbCRM/Entities/AccountExt.aspx?AccountId=1762 application:


    After a new record is added to the grid, the datefield editor works as expected. ...
  8. Hi,

    Please set DeferredRender="false" for the TabPanel. Also, you need to setup remote filtering properly, see: https://examples2.ext.net/#/GridPanel/Plugins/GridFilters_Remote/

    This is how...
  9. Good to see you've worked it out :)
  10. Hi,

    You need to update the value of the record field (using record.set()) instead of returning a value from inside the iteration.



    var update = function () {
    var store =...
  11. Hi,

    Is this what you are looking for?
    http://forums.ext.net/showthread.php?4193-CLOSED-Insert-tab-at-Position-%28n%29-on-TabPanel...
  12. Hi, using Package Manager Console:



    > Install-Package Ext.Net -version 2.5
  13. Hello,

    Please, set the following GridFilters property:



    Local="true"


    The following example demonstrates:
  14. Hello,

    If you update the value of the store model field (StateText, in your case) the grid will be automatically updated accordingly. The following example demonstrates:



    <%@ Page...
  15. Hello,

    Just to let you know, this has already been fixed in the latest build, which will be available in the forthcoming release.


    Hope it helps.
  16. The following sample demonstrates how to flatten tree data into a XML, CSV and XLS file.

    Web Form



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

    <%@ Import Namespace="System.Xml.Xsl" %>
    <%@ Import...
  17. For completeness, I post the following sample, which works fine for me. Choose whichever suits you but out of curiosity, does it work for you?



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

    <%@ Import...
  18. Let's say that you serialize this tree to XML using a function like the one (tree2xml) demonstrated in http://forums.ext.net/showthread.php?4679-CLOSED-Export-TreePanel.

    Of course, an xsl can be...
  19. I see the quick fix causes more trouble than it solves.

    We are working on a proper solution right now and we will update this thread soon.

    Sorry for any inconvenience caused.
  20. Hello, welcome to the forum and thank you for the report.

    It is a bug, you can fix it by adding the following javascript to the page:



    Ext.define('Ext.override.grid.feature.AbstractSummary',...
  21. Hello and welcome to the forum,

    The example you've provided cannot be run as-is and I noticed you are referring to non Ext.Net components, too. It would be great if you could provide a small but...
  22. This related discussion should help:

    http://forums.ext.net/showthread.php?8385-CLOSED-GridPanel-RowEditor-Error-Tooltip-repeatably-showing-when-a-field-is-invalid&p=33315&viewfull=1#post33315

    ...
  23. Hi,

    The XSL will depend on how you convert hierarchical tree data to XML and your definition of a "record". It would be great if you could post a XML sample to work on.


    Hope it helps.
  24. I don't think there is a conversion from null to zero. It is just the chart component that renders null values the same way with zero values. What I meant, was to filter the data table before binding...
  25. Yes, please note that Convert does exactly this; &nbsp; is therefore the data value.

    So, if you add a TextField editor to the grid column and enter edit mode, you will find a blank character...
Results 1 to 25 of 327
Page 1 of 14 1 2 3 4