When using ColdFusion ORM where you have several tables with relationships can I bind a CFC to a CFGrid to get all of the columns I would like to have displayed?
I have been searching all over the place for this and only found my question which has gone unanswer for sometime.
I have CFINPUT text boxes (type= datefield) that are bound to a cfgrid. When a row is selected the input display from the grid\'s datastore.
How to rename the \'save\' and \'cancel\' button in cfgrid when 开发者_如何转开发mode=\"edit\"?My CF app is not even in English.If we can customize the text through insertButton and deleteButton, how
I would like to change the color of a cell based upon a status condition in cfgrid. For example: If the status of a record is Overdue, the cell will become red with OverDue in bold.
hey - the cfgrid (and other cf ui) stuff makes use of the EXT JS lib... does eny one know how to change开发者_如何学C the CF grid table header colors? and or the border colors? - In the HTML grid NOT
I am encountering a problem using CFGRID with JQuery. Here are the sample codes using the CFARTGALLERY database:
In Coldfusion, I have Master and Detail data that I need to display in two separ开发者_如何学运维ate cfgrids;like the typical Customers/Orders scenario.My cfgrids are bound to cfc functions which popu
ColdFusion 8 I have a cfgrid that that is based on a query. It is not bound to a cfc function because I want a scrolling grid, not a paged grid (you must supply the page number and page size if you u
(I\'m very new to both Flex and CF -- more a .NET/ExtJS guy, so I\'m a duck out of water.) I\'m tweaking someone else\'s CFGRID c开发者_如何学Goode. It uses Flash format--HTML isn\'t an option since