Search Results

Type: Posts; User: faridhajnal

Search took 0.01 seconds.
  1. Hello and thanks again for your response.

    I've checked the examples and specifically took another look to that one you posted, but no C# code is used on creating the buttons on that example and...
  2. Hello, I am creating a custom notification for the user when he enters my application, which has docked Items.

    This is my code



    X.Msg.Notify(new NotificationConfig()
    {...
  3. Thank you ! I am a bit novice when it comes to combining JS and C#, this helped a lot and solve the problem! I'll check the documentation on that types of functions to get better! Thanks again
  4. Thank you very much for your reply, unfortunately I wasn't clear with my description.
    What I need is a way to access the 'download chart' function from my .cs file [Code Behind]; this is, to name...
  5. Hello, I am creating a chart using Ext.Net; now, I've observed in the examples how the saving into an image and download is perfromed from the client side by using the following syntax:


    ...
  6. Thank you, it worked very nice!
  7. Hello everyone, I would like to know if it is possible to use the renderer fn for a specific column, in code behind. Here is my code:



    <ColumnModel runat="server">
    ...
  8. Hello, I am using a grid panel inside a panel and loading it via a user control, like this:


    <ext:Panel
    runat="server"
    Title="General"
    ...
  9. thank you very much for your answer !
  10. Please help, I have a simple example:



    <ext:ResourceManager runat="server" />
    <ext:Viewport runat="server">
    <Items> <ext:TextField runat="server" ID="Txt1" FieldLabel="Insert"/>...
  11. Hello, I am trying to have my columns from a table (which retrieves information from a DB) with filter.
    I am managing this table on a separate user control and loading it on my main.aspx page, but...
Results 1 to 11 of 11