Search Results

Type: Posts; User: marcmvc

Page 1 of 2 1 2
Search took 0.02 seconds.
  1. The service I am using to obtain the data wont tell me the total data that will come, it will just keep giving me data untill the table is "empty". So I will never know the totalcount value to set...
  2. Hi,

    I have an issue with my GridPanel. I am working with paging in a GridPanel, and I dont have the total of data incoming to the store, therefore I cannot assign the value of the property...
  3. Thread: CompositeGrid

    by marcmvc
    Hi, Im including a DataSourceProxy in order to avoid using the Page Load method.

    But when Im using the CompositeGrid1_Refresh method on the server side the composite GridPanel doesnt show the...
  4. Thread: CompositeGrid

    by marcmvc
    Sorry the problem is:

    I would like to have the same functionality like the coolite gridPanel examples, so when I click in the paging toolbar buttons a "Refresh_Data" method in server side is...
  5. Thread: CompositeGrid

    by marcmvc
    I'm using that







    public delegate void AjaxRefreshDataEventHandler(object sender, StoreRefreshDataEventArgs e);
  6. Thread: CompositeGrid

    by marcmvc
    I would like to make a postback when I click on the buttons from paging Toolbar in order to retrieve and bind additional data to the composite gridPanel.

    thk.
  7. Thread: CompositeGrid

    by marcmvc
    Hi,

    I would like to know how to expose the OnRefreshData event from the store in order to Raise that event when a I clicked on the paging toolbar botons(next page), I donĀ“t know how to do that.
    ...
  8. Thread: CompositeGrid

    by marcmvc
    I'm using the Page Load for comlumnModel







    public partial class _Default : System.Web.UI.Page
  9. Thread: CompositeGrid

    by marcmvc
    Thanks..

    Ok, but I would like to know how to render those columns, for example a hyperlink



    this.compositegrid.columnmodel.columns[0].renderer.fn="............."
  10. Thread: CompositeGrid

    by marcmvc
    The coolite version fot that project : "0.8.1"

    thanks for your help
  11. Thread: CompositeGrid

    by marcmvc
    Sorry,

    This is a simplified version of the code and includes, the class for generate the composite control, and a web site that use the control,

    You need to include GridTest in the wwwroot,...
  12. Thread: CompositeGrid

    by marcmvc
    Hi

    The code for composite GridPanel

    Any Suggestion
  13. Hi,

    Do you know how to add link inside the gridPanel in order to redirect to another page...

    Thanks for you help.
  14. Thread: Export Data

    by marcmvc
    Im not sure about that, but I think that the data are sent to a file directly from the store, so I can't see the same data of the gridPanel, for example If I have a numeric column with the format...
  15. Ok,

    Thanks
  16. hi,
    here is the code from my composite server control,

    first I'm creating a javascript function in order to format the numeric columns and I'm including that function on my control.
  17. hi,

    Is there a way to hide the refresh button in the paging toolbar...

    Thanks
  18. Hi,

    I would like to know if there is a way to create a composite server control that includes:

    GridPanel, Store, Paging Toolbar in only one server control, that means avoid to declare
    ...
  19. Hi,

    How to override date format for all date fields in grid?

    I don't want to use renderer in every column configuration...

    thanks !!
  20. hi

    In a Gridpanel,Can we implement Ondemand Dataloading in gridpanel ?...
  21. Hi


    I would like to know how to renderer the numeric format on a column according to the current Culture



    <ext:Column DataIndex="Number" Header="Number">
    <Renderer...
  22. Hi

    There is another way to implement remote filtering, I would like to know if I can filter directly to the backend(database) because I think that isn't a good idea to get all data to the server...
  23. <DIV class=forum-post> How do I format a number. For example 45687 I want to display it like 45,687 or 45.687 on a column over my gridPanel?

    another example:

    I would like to use formats...
  24. Hi,

    Im trying to change the columns headers according to the current culture. I dont want to set the header property manually like:




    <ext:GridPanel ID="GridPanel1" runat="server"...
  25. Can I export data from a gridpanel into pdf format __???
    Thanks!!!!
Results 1 to 25 of 30
Page 1 of 2 1 2