Search Results

Type: Posts; User: Prasoon

Page 1 of 4 1 2 3 4
Search took 0.01 seconds.
  1. Sorry for the delay in response and thanks for your suggestion :).

    Please mark it as CLOSED.
  2. Hi team,

    i need a help, i have a grid and a textfield inside ext:ComponentColumn, i need to set a validation, as per validation it should to taking integer values only and that to from 0 to 10 on...
  3. Thread: GroupTabPanel

    by Prasoon
    Hi Team,

    need your help, i am using GroupTabPanel to show horizontal tabs, but i am getting '-' collapsible option for the first tab, i want to remove it. please help.






    <%@ Page...
  4. Hi Sangeeta,

    you may use move property to rearrange columns, e.g.:


    TreePanel1.ColumnModel.Move(5, 6);

    once you move, dont forget to refresh view

    TreePanel1.GetView().Refresh();
  5. OMG it worked, thanks a lot Fabricio. you guys always amaze me with your solution :), once again thank you.

    Please mark is CLOSED.

    thanks and regards,
    Prasoon
  6. Thanks for your guidance, i tied and was able to get the border by adding border property in "Inline style" css rule, but how to override this rule, please help.

    24393

    I am sorry, its really...
  7. Thanks for your reply, i tried using the css but no result, i am using mix of bar chart and line chart


    24391

    thanks,
    prasoon
  8. Hi Team,

    Need your help, i want to know how to put borders around ext chart legend items.

    24390

    thanks,
    Prasoon
  9. Hi team,

    Thanks once again, i got the solution, please mark it as CLOSED.

    used style tag of column series

    <Style Stroke="black" StrokeWidth="1"></Style>

    thanks and regards,
    Prasoon
  10. Hi Team,

    Need your help, please let me know how to get borders to the bars of the bar chart.



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

    <%@ Import Namespace="System.Xml" %>
    <%@...
  11. Hi Team,

    I have added a listener*to the Treeview to check what data is being dragged from one tree to another. When I drag a folder from one tree to another, then I need the list of all the leaf...
  12. Hi Daniil,

    Thanks for your help.

    Please mark it as CLOSED.

    Thanks and regards,
    Prasoon
  13. Hi Team,

    please find few details, may be this will help



    Exploring the given example (https://examples2.ext.net/#/TreePanel/Advanced/TreeGrid/) to reorder the column sequence of tree grid....
  14. Hi Team,

    Once I drag and drop some of the value from a grid to the tree as per the example shown in the link, I would want to save the final parent child structure in DB. I will be having a save...
  15. Its working for me, thanks a lot Daniil.

    Thanks,
    Prasoon
  16. Please comment RenderTreeHealth and then try.

    thanks and regards,
    Prasoon
  17. Hi team,


    As per the below code, I am trying to add Column model inside to a tree panel. But am getting the below error.:



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

    <%@ Import...
  18. Please find the sample code


    <ext:XScript ID="XScript2" runat="server">
    <script type="text/javascript">
    function callMe(o,r,e,a,d,n,m)
    {
    ...
  19. Hi Team,

    I have requirement, as per that user can re ordering Grid and Tree columns (same need to be save in database for future processing), how to get the index of the columns after rearranging,...
  20. Hi Daniil,

    Below change i.e. "return Ext.String.format(strMultiValueBackground, ..." worked for me, thanks a lot.

    Please mark it as CLOSED.

    thanks and regards,
    Prasoon
  21. Hi Daniil,

    Column with single color render function is working fine but there is also one requirement where I have to bind single column with two color like below image, the render function is...
  22. i have fixed the error but its not rendering color, please find sample code below


    -----------------------------------------------aspx file---------------------------------------
    <%@ Page...
  23. Please ignore this.
  24. Thanks Daniil, i will check this and get back.

    Please mark it as CLOSED.

    thanks and regards,
    Prasoon
  25. I had tried with normal column renderer but on click on tree root node it was throwing below exception

    24357

    thanks,
    Prasoon
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4