Search Results

Type: Posts; User: barnali

Page 1 of 5 1 2 3 4
Search took 0.01 seconds.
  1. Hi,

    as per a UI requirement, i need to implement a DateField custom control that will allow selection of Date, month and year from three different adjacent dropdown. But developer should be able...
  2. Hi, Can you please suggest how to put a file type filter to restrict users only to select jpg or png. I am using following FileUploadField code -



    X.FileUploadField()
    ...
  3. Thanks.. that helps.

    - Barnali
  4. Hi, can you please help me to convert the following in razor format -



    <ext:TextField runat="server" FieldLabel="Custom placeholders" Note="Input a date">
    <Plugins>
    ...
  5. Confirmed. That fixed the issue.

    Please mark it as closed.

    Thanks,
    Barnali
  6. Looks like it was a bug in extjs and fixed in 5.1.1. Upgraded by project to use - Ext.NET 3.2.1 from 3.1

    Will confirm after some validation.
  7. Hi,

    Facing a strange problem. I have a CheckboxSelectionModel grid. onload records are preselected. Then i uncheck some fields, but still GridPanel.getSelectionSubmit() returns previously checked...
  8. Hi, I am using the code below to download a file. File is getting downloaded but the success function is not getting called. This is happening while is use isUpload=true. Can you please assist to...
  9. Hi,
    I have a grid defined as follows -



    @(X.GridPanel()
    .ID("GridPanel1")
    .Width(400)
    .Store(X.Store()
    .Model(X.Model()
  10. Hi,

    I would like to add a Hyperlink in the Menu Button. My Menu Button looks like this -


    @(Html.X().Button()
    .Text((string)(Model.LoginUserName))
    .Menu(Html.X().Menu()
    ...
  11. Hi,

    Is there any out of box control available for Date and Time picker ?

    Thanks,
  12. Daniil,

    is there a way for me to get the 3.2 before it released ?
  13. Thanks. Please mark it as closed.
  14. I have a grid defined as follows -



    X.GridPanel()
    .Region(Region.Center)
    .ColumnWidth(0.6)
    .ID("gridApplications")
    .Layout(LayoutType.Fit)
    .Store(X.Store()
  15. Thanks for the work around.

    One issue still there in the work around is - the text of Radio are faded after setting setDisabled(false).
  16. I have a Multiupload control in a grid toolbar as follows -


    X.GridPanel()
    .Region(Region.Center)
    .ColumnWidth(0.6)
    .ID("gridFeeList")
    .Layout(LayoutType.Fit)
    ...
  17. I have a table



    <table>
    <tr>
    <td>Do you have any disability ?</td>
    <td>
    ...
  18. I have a grid defined as follows -


    X.GridPanel()
    .Region(Region.Center)
    .ColumnWidth(0.6)
    .AutoScroll(true)
    .ID("gridRegistration")
    .Layout(LayoutType.Fit)
    ...
  19. I need to change the color of Text in a row (all columns) in a Grid based on a particular column of that row. I followed the example - http://mvc.ext.net/#/GridPanel_ArrayGrid/Simple/.

    But in the...
  20. I want to disable editing conditionally. I tried following, but it did not worked. Can you please guide me ....


    ...
  21. create a new master page then create a nested master page and add the below code(create dynamic button) on nested master page , now call nested master page from the aspx web page .

    it create 3...
  22. That helped. Thanks. Please mark it as closed.
  23. I have Window defined as follows -



    @(X.Window()
    .ID("winverify")
    .Icon(Icon.Cog)
    .Hidden(true)
    .Width(400)
    .Height(200)
  24. we have a main master page and a nested master page on which we have create dynamic menu but when i am not able to call directs methods Or listeners from code behind...



    public void...
  25. Thanks for the confirmation.

    Probably you may add this as a wishlist for future. Image clipping after upload has become a basic ask for client now a days ( thanks to Google,Facebook).

    Please...
Results 1 to 25 of 103
Page 1 of 5 1 2 3 4