Search Results

Type: Posts; User: cubUser

Search took 0.01 seconds.
  1. Thank you.

    What about the issues I have? Is ext.net 1.x not backwards compatible?
  2. By the way, I did try installing by nuget.

    Result is bellow. Looked like it worked. But then I recompiled the project and browsed some pages...

    First I got an error message from the web.config...
  3. So where is the latest downloads for version 1.x?

    I have no interest in using nuget to install the latest ext.net files, I simply want to download them. This can be done for version 2.x at...
  4. Customised confirm button does not work.


    https://examples1.ext.net/#/MessageBox/Basic/ButtonsConfig/


    Msg.Confirm("Message", "Confirm?", new X.MessageBox.ButtonsConfig
    {
    Yes = new...
  5. It looks like several years has passed and the bug is still present. Just ran into it today.. shouldn't have been that hard to fix.
  6. Thread: Documentation

    by cubUser
    The documentation sure is a joke.

    It looks like a child has auto-generated some and then written a little here and there.
  7. Two common ways are to do it ether when you specify the binding or by using <%# Eval #%>.

    I see no way to do that with this grid control.
  8. I told you no. It's still not about showing or hiding.



    Extension method, nothing strange about it.

    I don't mean to be rude but maybe you should stop answering here since you don't know the...
  9. No, I want to use an extension method on DateStarted to be the data shown.
  10. Sure

    Here is the column
    <ext:DateColumn Header="Started time" DataIndex="DateStarted" Format="yyyy-MM-dd HH:mm:ss" />

    DateStarted is a property on an object in a list.
    I do not want...
  11. In asp.net you can chose to show the value of an extension method of a data bound source that a grid or another control.

    Does ext.net not support this functionality?

    If it does, how do you...
Results 1 to 11 of 11