Search Results

Type: Posts; User: QualityCode

Search took 0.01 seconds.
  1. Hi,
    I never got any reply from Ext team on this topic.
    Fortunately, I could solve the problem by adding required column in sql query result so bind the value using regular column.
    I'm not sure If...
  2. Hi,
    I'm using Ext 1.0 with .NET Framework 4.0. I have a standard ASP.NET gridview control with Template field.
    Here is a Code for HTML markup:


    <asp:TemplateField HeaderText="Media(s)" >
    ...
  3. Hi,

    I have similar kind of problem and expecting help.
    Here is my code:

    1) SiteMasterPage.master


    <%@ Master Language="VB" CodeFile="SiteMasterPage.master.vb" Inherits="SiteMasterPage" %>...
  4. Hi,

    I have DataTable object with data in my application and I'm trying to assign it to the DataSource property of Store. I have store with JsonReader and 2 dummy columns in it. At runtime, I get...
  5. Hi Daniil,

    Thanks for the help. However, when I have DataTable object with data in my application and I want to assign it to the datasource property of Store then why it does not work. I have...
  6. Hi,
    I'm trying to bind data from DataTable to gridpanel.
    Data shows in dataTable but it does not show up in gridpanel.
    I have internal store to gridpanel with JsonReader in it.
    which format my...
  7. Hi Daniil,

    Thanks for the response.
    First option works, but second one did not work.
    Here is Code



    Public Sub FillDropDown(ByRef DropDownID As ComboBox, ByVal DataDisplayField As String,...
  8. Thanks for useful suggestion :)
  9. Hi,
    How can I add new Template columns in my gridpanel ?
    I dont have column in my store. I want to add new column to have user input.
    I have tried <ext:TemplateColumn> </ext:TemplateColumn> but...
  10. Hi Daniil,
    How can I add new Template columns in my gridpanel ?
    I dont have column in my store. I want to add new column to have user input.
    I have tried <ext:TemplateColumn>...
  11. Hi Daniil,

    Thanks for the quick response and other suggestions.
    but unfortunately, your suggestion did not work. I dont know there is something wrong on my side.
    I'm using Ext 1.0 version with...
  12. Hi Vladimir,

    I'm trying to fill combobox using dynamic store but unfortunately, I'm not being able to do it.
    Here is my code:


    Public Sub FillDropDown(ByRef DropDownID As ComboBox, ByVal...
Results 1 to 12 of 12