Search Type: Posts; User: wood_tah

Search: Search took 0.02 seconds.

  1. Thanks for the clarification. I was trying to cheat a little ... now will need to try and style the buttons to look like menuitems.
  2. I was wondering what I might be missing when I make the defaultType of the toolbar I create 'menuitem'. It displays nicely, but the items are not clickable, and do not act as links/buttons. Am I...
  3. I figured out my problem. I needed to move the definition of cbSelModel down into the initComponent() method, and create it as a local variable.

    Updated code shown below. Red text was removed,...
  4. I have an odd problem when using the CheckboxSelectionModel for my grid in a tabPanel. I created a tabPanel with 2 tabs, each populated with a TagGrid object. Everything seems to be fine at first: ...
  5. I was hoping someone might be able to help me find the best way to accomplish the following:<br><br>I have an Ext.Panel, that contains a TabPanel with 2 tabs.  In each of these tabs is a Grid,...
  6. I have a GridPanel that has a few custom renderers defined for it. One of the columns' renderers looks at other data and outputs a string. Is there a way that I can get back to that value that was...
  7. Thanks so much! I will read through these threads and try it out.
  8. All the examples that I have been able to find related to paging grids deal with making server-side calls to get pages of data. Can paging be set up to handle the data that is already in the client?...
Results 1 to 8 of 8