Search Results

Type: Posts; User: pars.engineer

Search took 0.01 seconds.
  1. Hi,
    In some cases the last column of Grid panel do not render correctly. Please take a look at the following image.
    4907
    What is the problem?
  2. Hi Vladimir,
    I used the sample with postback.
    https://examples1.ext.net/#/GridPanel/Miscellaneous/Export_Data_PostBack/

    Also in my case I have to make store dynamically, so Ajax method does not...
  3. In addition, I suppose this method is better:




    foreach (DataColumn dc in dt.Columns)
    {
    Store1.Reader[0].Fields.Add(dc.ColumnName);
    ...
  4. You have some mistakes. Please change your code same as below code:




    JsonReader jsonread = new JsonReader();
    ColumnBase[] cb = new ColumnBase[dt.Columns.Count];
    int...
  5. Hi,
    can't anybody help me?
    Really I need it.
  6. Hi,
    I had same problem and it was solved. Now I need to show second window outside the parent window.
    For example, imagine I have a desktop with several shortcut, after clicking on a shortcut I...
Results 1 to 7 of 7