Search Results

Type: Posts; User: RaptorBlood

Search took 0.01 seconds.
  1. @Daniil

    Thank you!
  2. There was a problem in some inherited css.
    So stupid question please close.
  3. Thank you @Daniil

    I still wanted to avoid the multiple if's because there is also filters applied.
    So i think i'm going to do this way, loop on the grid

    ...
  4. I managed to solve this by not refreshing the whole page and to loose all the filters.
    But by using

    Ext.ComponentManager.get("PlanningGrid").store.load();
    So this way the data is refreshed but...
  5. I would like to exclude columns from gridpanel. Is there a way to achieve this?
    Based on some user right i would like to exclude columns from the gridview some users can see some should not.

    I...
  6. Hello i wanted to create a little script that saves and loads filters back to grid. I came up with this but it does not do what i'm expecting


    function SaveFilter() {

    ...
  7. Hello i used text filter on a GridPanel but left with a 20000px width text box
    I tried applying the following css but none worked can you help.



    .x-panel .x-layer .x-panel-default .x-menu {
    ...
  8. Because in a complex page the code gets stuffed:
    What i would like to ask if there is a tool, addon etc. with which i can achieve this:
    5561
  9. Maybe there is an easier way i used FireBug and had a look under the css tab.
    There is a lot of code you have to search for grid.
    And you can find every "property" for styling the grid.


    Still...
  10. So i found the solution.
    Maybe it will be useful for some1 else who is trying to play around with.
    So the solution is that you should modify the example css .

    The example css is included in the...
  11. I was wondering how can i change the coloring of the grid panel. Can you help me on this.
    Change this color to #184296 and header to #FFFFFF

    5525


    And the view is:

    @model...
  12. Can you please post a simple example (*.sln) that can be a starting point for a Visual Studio 2012 MVC 4 project using Razor.
    I have tried several times but i cannot make it work out of the box. I...
Results 1 to 13 of 13