Hi All,
I would like to know if there is way to add a message in the grid like "No records found" in the middle of the Grid, when there are no records in the Grid. CodeProject: Connecting to Database Using Custom Webpart in Sharepoint :: Building Custom Webparts to interact with Database; Author: Hithendra In this code, I require a Grid to display my data and a Label to display messages. http://www.codeproject.com/KB/sharepoint/DataBaseWebpart.aspxHOME |
Thanks in Advance. CodeProject: Neat Stuff to Do in List Controls Using Custom Draw. Free :: Hooking Up a Custom Draw Message Map Entry. Custom draw is a process similar I tried for a while and found that grid line cannt be changed by custom draw. http://www.codeproject.com/Messages/2952276/Re-Changing-Color-of-grid-line.aspxHOME | CodeProject: Data Binding with Windows Forms 2.0: Programming Smart :: Message Boards. ASP.NET. ATL / WTL / STL. C / C++ / MFC. Managed C++/CLI. C# Defining Custom Column and Cell Types. Utilizing Cell-Oriented Grid Features http://www.codeproject.com/KB/books/PresentDataDataGridView.aspxHOME |
-Varma
Yep, just assign it in your viewConfig: Label: grid+listener - GigaSpaces Documentation Wiki:: tab , validator_insecureriskyordereventiteratorcounter.java , managing , custom , details , message , validator_normalordereventvalidator.java , frame , do , http://www.gigaspaces.com/wiki/label/grid+listenerHOME |
,viewConfig: {
forceFit:true,
autoFill:false,
emptyText : 'There are no items to show in this view.' //just like Outlook ;)
}
Config property "emptyText" in Ext.grid.GridView looks promissing though I have not used it myself.
Get Smart About Monitoring Virtual Machines
Microsoft Gets Ex-Streamly Cozy with U.K.'s MediaWave
|