Search Results

Type: Posts; User: Kuro13

Search took 0.01 seconds; generated 53 minute(s) ago.
  1. Hi,

    I have some problem on customizing selectable dates in DateField.
    Here is my current code.



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

    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net"...
  2. Hi Fabricio,

    Thank you so much. It works.
    I finally understand what CustomConfig is use for.

    Thanks for your help. :)
  3. Hi Fabricio,

    I understand your situation.
    Here I try to using the template.
    Hope this help.



    <%@ Page Language="C#" %>
  4. Hi Fabricio,

    Thanks thats working properly.
    You can close this.

    Thank You.. :)
  5. I try using
    "[001, 002]"
    "001, 002"
    "001|002"
    It still the same.
  6. Hi Fabricio,

    Thanks for replying fast.
    Yes, I think the store is filtered for "[TEXT1, TEXT2]" as a string not or.
    But, I try using "['TEXT1', 'TEXT2']" and it still not working.

    Its pretty...
  7. Hi,

    I try to filter the store using IN logic with code below.



    Dim oDataFilters As New DataFilterCollection
    Dim oDataFilter As New DataFilter

    oDataFilter.Op = "in"
  8. Hi,

    I have some question about Checkbox Selection Mode in GridPanel.
    https://examples4.ext.net/#/GridPanel/Selection_Models/Checkbox_Selection
    In this example, when I select a row (click on any...
  9. Never mind, I found it already.
    It's because of IDProperty in the Model.
    My data contains more than 1 record for 1 IDProperty.
    Just use model without IDProperty and it's perfect.

    Thanks.
  10. Any answer to this question? Because my friend is experiencing the same issue here.
    Loading from SQL Database, data is loaded completely, from 5 data loaded, but only 4 is displayed, even though in...
  11. Hi,

    I have a problem on using Checked Grid.
    Here is my grid and a button for counting checked data.


    <ext:GridPanel
    runat="server"
    ID="gridTest"
    ...
  12. Hi Fabricio,

    Thank you so much for the code. It works.
    So basically, validating file from OnFileUpload and trigger validation Error (triggerValidationError) in javascript to search for row that...
  13. Thanks for the reply, sorry I haven't seen this thread for a while.
    Is there any example or link to do custom validation like that?
    I only knew how to use basic validation such as allowed file...
  14. I need to use multiupload component and add validation function OnFileUploaded.
    If the validation is true, than the uploaded file success.
    Else its error (even if upload is success, but if the...
Results 1 to 14 of 14