Search Results

Type: Posts; User: chinninani

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

    I want to calculate height dynamically based on no of inner panels added to that accordion panel.

    Regards,
    Chinni
  2. Hi Team,

    I have a panel with accordian layout. I need to add dynamic panels to that accordian panel.

    How can i set dynamic height to that accordian panel?

    when I set fixed height to the...
  3. Hi Daniil,

    I have saved Department.cshtml also in the same folder where i have main form panel.

    For example, i have my form in views/forms/employee.cshtml

    I added department also in the...
  4. Hi Daniil,

    Where do i need to call the below line?


    var svgString = Ext.draw.engine.SvgExporter.self.generate({}, chartCmp.surface);

    Is it in java script, then its not working for me. Do i...
  5. Hi Team,

    Please find the below which i have used to display pie chart.




    @{
    ViewBag.Title = "Report";
    Layout = "~/Views/Common/_BaseContent.cshtml";
  6. Hi Daniil,

    Thanks for quick response.

    I am using only Column class not component column.

    Here is my server side code:

    X.GetCmp<Store>("storeId").GetById(id).Commit();
  7. Hi Team,

    I am creating grid dynamically in server side.

    I am facing 2 problems in this.

    1) In grid, I have combo box column and one text field column.

    Based on combo box column...
  8. Thanks you all for quick response.


    Can anyone please let me know how can i save pie chart to image file.

    For below pie chart object i didn't find that save option.

    Save option:
  9. Hi Vladimir,

    Thanks for quick response.

    I am using below chart to display pie chart.


    var pieChart = X.Chart()
    .ID("pieChart")
    ...
  10. Hi Team,

    I have reports cshtml page which contains pie chart and summary grid.

    How can I export pie chart and grid data to pdf?

    Regards,
    Chinni
  11. Hi I have a form panel with radio button group and submit button.

    Radio button group i have 2 buttons. If we click on first file we will display text field. if we click on second field we will...
  12. Hi,

    I tried with that solution but still i am facing that issue.

    In cshtml file i have button and called direct event.

    I have 2 radio buttons if we select first this we need to enter text in...
  13. Ext.Net version : 2.2.0
  14. Hi Daniil,

    Thanks for quick response.

    I didnt do any modifications to the project.

    Simply i have created one project and added cshtml file cs files and ran the application.

    Regards,...
  15. Hi Team,


    I have tried the below example

    http://mvc.ext.net/#/Models/FormPanelFor/

    Instead of showing department as dropdown its displaying as new panel top of the form.

    Please find the...
  16. Hi Team,

    I have dynamically generated checkboxes and grids in cshtml page. I have added those items to container and container added to panel.

    Container contains grids, checkboxes and one...
  17. Hi,

    Thanks for quick response.

    I don't have any form for submitting fields. I have text areas and one button in a panel. When we click on button i want to get those text areas information.
    ...
  18. Hi Team,

    I have created 2 dynamic text areas with dynamic id and added to container. That container is added to panel.

    When i tried to get the data entered in text area by id, its always...
  19. Hi Thanks for the reply.

    I have used the same in my application. Its working fine firefox, Whereas in IE its giving a popup instead of redirecting to action.

    Please find the attached image.
    ...
  20. Hi Team,

    I have a form panel in my main index page. It has one file upload field. When we call button event. i want to read that file and redirect to another page and display the file data.
    ...
  21. Hi Team,

    I am using mvc with ext.net.

    I have display grid data using model object.

    How can i edit or update the grid data back to the server?

    Can i read grid data from the controller?
  22. Hi Team,


    1) Asp.net mvc
    2) Ext.net.

    I using above 2 technologies to build my application and i am new to these 2 technologies.

    We have one form in that it has text field and button when...
  23. Hi Daniil,

    Thanks for your response. Now i am able to get the result.

    I added that using statement. :-)

    Regards,
    Chinni
  24. "
    Example Action

    public ActionResult TestDirectEvent(string test)
    {
    X.Msg.Alert("Server", test).Show();

    return this.Direct();
    }
Results 1 to 25 of 27
Page 1 of 2 1 2