grid
Create grid lines and allow user to on/off grid line view
I would like to create a grid line approach in my app and allow the user to switch on/off the grid view. It doesn\'t need to have any sort of touch detection or a logic associated to it. Just grid lin[详细]
2023-04-02 05:05 分类:问答Move items in Ext Js Grid
In this sample Ext Js grid: http://dev.sencha.com/deploy/ext-4.0.2a/examples/dd/dnd_grid_to_grid.html You can drag and drop items from one grid to another, but you can\'t change the order of items in[详细]
2023-04-02 04:35 分类:问答In ExtJS 4.0, how to config several "feature"s in a grid and toggle among them?
var groupingFeature = Ext.create(\'Ext.grid.feature.Grouping\'); Ext.create(\'Ext.grid.Panel\', { // other options[详细]
2023-04-02 00:13 分类:问答How to tell ExtJS Grid that edited data already synced?
I have few grids on a page. After I edit data in them I press Save button, collect all changes and build Ajax request with changes to server. All works fine, except one thing. After data successfully[详细]
2023-04-01 15:38 分类:问答Extjs4: editable rowbody
in my first ExtJs4 project i use a editable grid with the feature rowbody to have a big textfield displayed under each row.[详细]
2023-04-01 15:37 分类:问答2D grid data visualization in Python
I need to visualize some data. It\'s basic 2D grid, whe开发者_C百科re each cell have float value. I know how to e.g. assign color to value and paint grid in OpenCV. But the point here is that there ar[详细]
2023-04-01 14:29 分类:问答Specifying RowDefinition.Height in code
When you\'re creating a Grid in xaml you can define the RowDefinitions as such <Grid> <Grid.RowDefinitions>[详细]
2023-04-01 08:38 分类:问答Grid/List view with image size
I have problem with change images size in posts (after click on the buttons grid/list). these are the buttons that should (after click) change $value to true or false (that scale images):[详细]
2023-04-01 03:02 分类:问答extjs 4 designer 1.2 grid renderer
i m working with extjs designer 1.2. I have a button on panel that opens window on click. The window has grid for which i have applied renderer as following in js file . The problem is renderer works[详细]
2023-04-01 00:51 分类:问答Using EXTjs Model's validators property in a Grid
I have a pretty standard Grid -> Store -> Model architecture in Extjs4.The requirement is that five of my eight fields in each record are mandatory, so I thought to use the Model valdiations config:[详细]
2023-03-31 20:48 分类:问答