Search Results

Type: Posts; User: kavit@bdtpark.com

Page 1 of 2 1 2
Search took 0.02 seconds.
  1. try below and let me know


    if (!X.IsAjaxRequest)
    {

    }
  2. @Daniil you are suggesting as below:
    in below link
    http://forums.ext.net/showthread.php?23468&p=102596&viewfull=1#post102596



    But I dont know how to do this....
  3. yes I am same as below example
    https://examples2.ext.net/#/Form/Miscellaneous/Contact_Form/
  4. Hello Sir,

    i have used Below example
    https://examples2.ext.net/#/Form/Miscellaneous/Contact_Form/
    My code below:
    aspx page code

    <ext:Window ID="Window1"
    runat="server"
    ...
  5. my dear friend i can see Store2. ("StoreID="Store2") I cannot see the store. store look like below:


    <Store>
    <ext:Store ID="Store2" runat="server" >
    ...
  6. Please do as below:

    suppose below is you combobox in aspx page


    <ext:ComboBox runat="server" Width="145" Editable="false" AutoPostBack="true" ID="cbSocial"...
  7. Thank you sir for you lovely hint..Now I am close to complete. In above source code I did modification as below:
    In store I added event "OnAfterStoreChanged".


    <Store>
    ...
  8. is this addMessage' event is <DirectEvent>?
  9. Can you post your sample code?? so I can help you better way..
  10. I have used below method:


    <ext:Button Width="70" Height="30" ID="Button13" runat="server" Text="Bind">
    <Listeners>
    <Click Handler="#{myStore}.load();">
    </Click>
    </Listeners>...
  11. Thank you sir...
    Now I can get data from the database as you suggested



    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="ComponentViewDemo.Default" %>
    ...
  12. Hello Sir,

    I want to use this (https://examples2.ext.net/#/DataView/ComponentView/Editor/) example. but I want to do little modification.

    Modification are below:

    Bring data from the database...
  13. Hello sir there is a good new:
    I have did it
    I have did modification from


    <ext:Button Width="70" Height="30" ID="Button13" runat="server" Text="Search">
    <Listeners>
    <Click...
  14. Thanks..I think I am about to finish.

    See I have removed the storeID

    as well as I also useAutoLoad="false" and use store.load(); in a Button's Click Listener. as you suggested below
  15. Sorry for the late reply..

    Below is the response:



    {result:{"data":[{"TotalPrice":2852,"StoneInventoryId":1839,"StoneSKU":"SAC1008 ","StoneShape":"Cushion ","StoneType":"Blue...
  16. Thank you for your reply
    Means?
  17. Again thank you very much for reply
    I used your instruction but it is still not work. I want to fill grid with button click as well as I want to do server side paging (Means the data we see at a...
  18. Thank you for your reply. But this example with not help me. I want to do paging with remote data. Means the data which user is watching only downloaded and other data will download base on page...
  19. Hello Sir,

    I want to use this example https://examples2.ext.net/#/GridPanel/Paging_and_Sorting/DirectMethod/.

    I want little modification that, I want to bind this grid panel with button click...
  20. This https://examples2.ext.net/#/GridPanel/Paging_and_Sorting/Page/ example is not working when I try to use in my source.

    My Source Code is below:

    In aspx page I have writte
  21. Thanks for the reply rammus
    what should I return in this "BindData" method. If possible please provide me full coding where you applied paging.
  22. 6230I have did the following coding for paging with remote data



    <form id="form1" runat="server">
    <ext:ResourceManager ID="ResourceManager1" runat="server">
    ...
  23. Thanks Daniil for reply. I applied the pager as you suggested. It works fine. Now I want to know that in this dataview whole data will come from the database of only those data come based on selected...
  24. Hello,

    I want to add paging functionality in Dataview. I am using following example.I want to add paging functionality in below example.

    https://examples2.ext.net/#/DataView/Advanced/Animated/
  25. I use following tool tips for image control as well as label. It works fine thanks for the hint Daniil



    <ext:Image ID="ImgProfileImage" TagString="Profile image" runat="server">
    <Listeners>...
Results 1 to 25 of 32
Page 1 of 2 1 2