Search Results

Type: Posts; User: dnguyen

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

    My apology for the delay response. We're trying to push the current release out of the door. The DropTarget control is no longer an issue, but it does not work when I tried to arrange...
  2. Hi Daniil,

    Please see the attachment of the screenshot for the error that I'm getting. By the way, I'm using other option which calls the grid rows ordering from the GridOrdering.js file, and it...
  3. Hi Daniil,

    Thanks for the quick reply. However, the version of Ext.Net that we're using (1.0.1.28321) does not have the <ext:DropTarget/> tag. Do you know how I can include this tag in this...
  4. Hi,

    Is there an example / solution for Drag and Drop rows to reorganize for version 1.x? I know there is an example/solution for version 2.x, but we're still using version 1.x for this coming...
  5. Hi Daniil,

    I appreciate your help, but your suggestion still did not work for me. Have you take a look at the example from the Ext.Net demo page? At this page,...
  6. Hi Daniil,

    It didn't work. I can copy and paste my code example, but I think it'd be easier if you use the same example on the Ext.Net demo web page -->...
  7. Hi,

    I am having the problem with retaining date column format when try to export to excel/csv file from Gridpanel. The problem I'm having is exactly the same as the following thread...
  8. Hi,

    I've got the same issue. Has anyone from Ext.NET provide the solution for this problem?

    Thanks.
    Daniel
  9. Hi Vladimir,

    Is the example above apply to the page specifically? Or can it be use as a global methodology like setting it in the web.config file? I just want to make sure that I understood your...
  10. Hi Daniil,

    It's a long story that I rather not get into, but we're using a mixture of version 0.8 and 1.0. I haven't try the example you mentioned above since I'm not sure where I should apply it...
  11. Hi Vladimir,

    I have the same issue as described in previous email. I realize this email thread is old, but since it's the same issue (please see attachment), can you please give me an example on...
  12. Thanks Daniil !! It worked !!
    You can mark it as resolved !!
    Again Thanks for your help !!
  13. Daniil,

    Thanks !! It works well. Thank you for your help.
    I have another quick question, How to implement this below piece of code in the codebehind ?
    <Select Handler="var...
  14. Hi Daniil,

    Yes, I tried the example exactly the way you sent, and the filter didn't work for the second time. What I mean is the grid panel did not get update with the new selection from the...
  15. Hi Daniil,

    I tried to apply it in my real project, it works for the first time.
    And then, I tried it in seperate project, still it works for the first time as I mentioned in my last reply.

    It...
  16. Hi Daniil,

    I tried investigating it. Filter works for the first time. For eg., if I select "Contains 1" in the combo box, it filters the grid. If I try again by selecting "Contains 2" or clear the...
  17. Hi Daniil,

    I have listed the issues (couple of them) below:

    Issue #1: Gridpanel is not updated according to the combobox filter:
    Steps to recreate:
    * Select "Contains 3" in the...
  18. <script type="text/javascript">
    var remoteLoad = function (grid) {
    grid.body.mask("Loading...", "x-mask-loading");

    grid.store.load({
    callback: function () {
    ...
  19. HI Daniil,

    The database info is proprietary and we cannot give it out for any reason. Is it possible that you can create a test database and try it that way?

    Thanks,
    Dan
  20. Hi Danill,


    This line
    new CommonBLL().GetFacilityList(); is being used to get a list of Facility from our database, which CommonBLL is the Business Logic Layer.


    This line
    ReportDAO rDAO...
  21. <script type="text/javascript">
    var remoteLoad = function (grid) {
    grid.body.mask("Loading...", "x-mask-loading");

    grid.store.load({
    callback: function () {
    ...
  22. Hi Daniil,

    I tried the code as you suggested by replacing the baseparams with AutoloadParams and removed [RemotePaging="false"]. Result is, if the Datatable returns 0 rows, then it clears the...
  23. PagingSlider.MaxValue = dTable.Rows.Count - PagingSlider.Increment;

    Also, can you please help me how to set the Maximum value to the slider from the codebehind. Since If I set the value as I...
  24. <ext:ComboBox ID="cbTest" runat="server"
    DisplayField="Display" ValueField="Data"
    TypeAhead="true"
    Mode="Local"
    ...
  25. Hi Guys,

    I am using "Local Paging for Remote Data" as shown in the example (https://examples1.ext.net/#/GridPanel/Paging_and_Sorting/Local_Paging_with_Remote_Data/)
    I am able to get it working...
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4