<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>PFGrid-Toolkit - Recent Posts</title>
<link>http://www.pfgrid.com/forum/recent.aspx</link>
<description>PFGrid-Toolkit - Recent Posts</description>
<language>en-us</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>Jitbit AspNetForum</generator>
<pubDate>Sat, 19 May 2012 12:08:19 GMT</pubDate>
<lastBuildDate>Sat, 19 May 2012 12:08:19 GMT</lastBuildDate>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=204</link>
<title>Topic &quot;Find grid row from bound index value?&quot; a message from admin</title>
<description><![CDATA[Ok- how about:<br/><br/><pre><br/>TreeListRow row = treeList.Rows[myIndex];<br/></pre>]]></description>
<pubDate>Sat, 19 May 2012 12:08:19 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=204</link>
<title>Topic &quot;Find grid row from bound index value?&quot; a message from tttaff</title>
<description><![CDATA[I want to be able to search the grid for a specific record by its primary key. Currently I am doing a Find on the data source to search for the record with the primary key I want. The index of the record in the data source is returned, and I want to now select that row in the grid that corresponds to this record.]]></description>
<pubDate>Fri, 18 May 2012 20:58:29 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=201</link>
<title>Topic &quot;Disable/Enable Cell&quot; a message from admin</title>
<description><![CDATA[Good question...]]></description>
<pubDate>Fri, 18 May 2012 19:39:18 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=204</link>
<title>Topic &quot;Find grid row from bound index value?&quot; a message from admin</title>
<description><![CDATA[Please describe in more detail: In which situation do you need to find the TreeListRow for the BoundIndex and what do you want to achieve?]]></description>
<pubDate>Fri, 18 May 2012 19:38:38 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=204</link>
<title>Topic &quot;Find grid row from bound index value?&quot; a message from tttaff</title>
<description><![CDATA[If I know the bound index value of a row in my data source, is there an easy method to find the corresponding row in the grid for that value?]]></description>
<pubDate>Fri, 18 May 2012 17:23:08 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=201</link>
<title>Topic &quot;Disable/Enable Cell&quot; a message from tttaff</title>
<description><![CDATA[What I'm doing for columns that I want to be display-only (no editing) is to just not assign an editor to the column:<br/><br/>                If Not displayOnly Then<br/>                    column.Editor = GetType(TreeListTextEditor)<br/>                End If<br/><br/>Is that what you mean?]]></description>
<pubDate>Fri, 18 May 2012 15:25:44 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=202</link>
<title>Topic &quot;Fixed Column Width&quot; a message from admin</title>
<description><![CDATA[Currently this is not supported - you can contact us for individual implementation if this of high priority for you.<br/><br/>Or is the <b>AllowResize</b>-property of the <i>TreeListColumn</i> what you are looking for?<br/><em>edited by admin on 5/18/2012</em>]]></description>
<pubDate>Fri, 18 May 2012 12:16:22 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=199</link>
<title>Topic &quot;Editing Cells&quot; a message from admin</title>
<description><![CDATA[I don't know what a Cellmodifier is, at least it is not supported. For editing cell-values please refer to the JFace-demos.]]></description>
<pubDate>Fri, 18 May 2012 12:14:30 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=200</link>
<title>Topic &quot;Numeric Only Cell&quot; a message from admin</title>
<description><![CDATA[Please check the Databinding-demo for Valiadation of cells]]></description>
<pubDate>Fri, 18 May 2012 12:11:13 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=203</link>
<title>Topic &quot;How to bind on disk images to TreeListImageColumn&quot; a message from SiliconKid</title>
<description><![CDATA[Wait. Got it!<br/><br/>"AutoGenerateBoundColumns" was turned on and it was discarding my test image column and replacing it with a normal text column.<br/><br/>Sorry about that, I'm still getting used to the default settings on this Grid.]]></description>
<pubDate>Fri, 18 May 2012 08:10:18 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=203</link>
<title>Topic &quot;How to bind on disk images to TreeListImageColumn&quot; a message from SiliconKid</title>
<description><![CDATA[I have an app that scans a whole bunch of folders for images and then creates a list of objects in memory with one of the properties containing the path to the image.<br/><br/>I want to bind that memory resident list to the grid and see those images.<br/><br/>I've tried various things, including making that property an Image, Bitmap and Byte[] type and I can't seem to get this to work.<br/><br/>What is the correct way to do this. What type does the property of the underlying bound object need to be, that is bound to the TreeListImageColumn, so that the grid will render the image and not show me a string value or some other value.<br/><br/>I took a quick look at the DataBinding demo and I see how a MemoryStream is used to derive a Byte[] which is then assigned to a column of this type, but I can't get that to work either so I'm obviously missing something.<br/><br/>Help me out here please.]]></description>
<pubDate>Fri, 18 May 2012 07:56:27 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=202</link>
<title>Topic &quot;Fixed Column Width&quot; a message from jandej</title>
<description><![CDATA[Is it possible to fix column width, i.e. maximum width? When the grid resizes and columns are distributed, I want specific columns to stay at their predefined sizes.]]></description>
<pubDate>Thu, 17 May 2012 10:18:59 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=201</link>
<title>Topic &quot;Disable/Enable Cell&quot; a message from michael_ghantous</title>
<description><![CDATA[Is there a way to disable/enable a certain cell?<br/><br/>Thanks,<br/>Michael]]></description>
<pubDate>Thu, 17 May 2012 08:05:19 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=199</link>
<title>Topic &quot;Editing Cells&quot; a message from VladC</title>
<description><![CDATA[Admin, replace my topic to PFGrig.SWT please]]></description>
<pubDate>Thu, 17 May 2012 03:04:02 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=200</link>
<title>Topic &quot;Numeric Only Cell&quot; a message from michael_ghantous</title>
<description><![CDATA[Hello,<br/><br/>Is there a way to make a certain cell accept numeric values only? In other words, when the user types in, only numeric values will appear, other than that, everything gets ignored.<br/><br/>Thanks,<br/>Michael]]></description>
<pubDate>Wed, 16 May 2012 22:03:53 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=197</link>
<title>Topic &quot;Move to next cell when tabbing or pressing "Enter"&quot; a message from admin</title>
<description><![CDATA[The date is not yet determined. You can contact us for details or special requirements.]]></description>
<pubDate>Wed, 16 May 2012 20:22:35 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=197</link>
<title>Topic &quot;Move to next cell when tabbing or pressing "Enter"&quot; a message from michael_ghantous</title>
<description><![CDATA[I am glad to hear that. When will the new version be available?<br/><br/>Thanks,<br/>Michael]]></description>
<pubDate>Wed, 16 May 2012 15:06:02 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=197</link>
<title>Topic &quot;Move to next cell when tabbing or pressing "Enter"&quot; a message from admin</title>
<description><![CDATA[We are building exactly this feature for the next version.]]></description>
<pubDate>Wed, 16 May 2012 14:15:29 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=198</link>
<title>Topic &quot;Validating a cell's value&quot; a message from admin</title>
<description><![CDATA[Please check the Databinding demo for validation.]]></description>
<pubDate>Wed, 16 May 2012 14:14:50 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=199</link>
<title>Topic &quot;Editing Cells&quot; a message from VladC</title>
<description><![CDATA[I have class Store, it has 2 properties - id and name, and I have ArrayList&lt;Store&gt;. I need to show and edit Store-objects in my tableViewer. I have no problems with showing, but I have big problem with editing. tableViewer has only 1 column for property "name" of Store-object. I have set everything for displaying data:<br/><br/>tableViewer = new TreeListTableViewer(treeListView);<br/><br/>		CellEditor[] editors=new CellEditor[1];<br/>		editors[0]=new TextCellEditor(treeListView);<br/>		tableViewer.setCellEditors(editors);<br/>		<br/>		MyCellModifier cellModifier=new MyCellModifier(tableViewer);<br/>		tableViewer.setCellModifier(cellModifier);<br/>		<br/>		tableViewer.setColumnProperties(new String[] {"name"});<br/>		<br/>		TreeListColumn column1 = new TreeListColumn(treeListView);<br/>		column1.setText("Name of store");<br/>		column1.setWidth(400);<br/>		<br/>		tableViewer.setLabelProvider(new ViewerLabelProvider());<br/>		tableViewer.setContentProvider(new ContentProvider());<br/>		<br/>		try {<br/>			refreshData();<br/>		} catch (ClassNotFoundException | SQLException | ParseException e) {<br/>			// TODO Auto-generated catch block<br/>			e.printStackTrace();<br/>		}<br/><br/>but cellModifier is not called and changes don't reflect in Store-object when I finished edit. what I do wrong?<br/><br/>P.S. sorry for my English]]></description>
<pubDate>Wed, 16 May 2012 10:36:52 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=198</link>
<title>Topic &quot;Validating a cell's value&quot; a message from michael_ghantous</title>
<description><![CDATA[Hell,<br/><br/>How can I validate the value filled in by the user in a certain cell. For example, I have a cell in my grid where only numeric values are allowed. How can I do this? I checked your XSL demo and I am using the same pattern. I am using a specific cell class derived from the DirectEditCell class. <br/><br/>Thanks,<br/>Michael]]></description>
<pubDate>Wed, 16 May 2012 10:20:08 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=197</link>
<title>Topic &quot;Move to next cell when tabbing or pressing "Enter"&quot; a message from michael_ghantous</title>
<description><![CDATA[Hello,<br/><br/>I have a question related to your .NET TreeListView control. I am using it for data entry. I need the user after finishing the entry in a certain cell, and when pressing the tab key, or the enter key to be taken to the next cell. When the cursor has reached the last cell in the current row, the focus should be moved to the first cell in the next row.<br/><br/>How can i achieve this?<br/><br/>Your prompt attention to this matter is highly appreciated.<br/><br/>Thanks,<br/>Michael]]></description>
<pubDate>Wed, 16 May 2012 10:11:02 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=193</link>
<title>Topic &quot;Disposing a Shell with ButtonEx&quot; a message from admin</title>
<description><![CDATA[Sorry - what I was interested in is the code to dispose the shell.]]></description>
<pubDate>Tue, 15 May 2012 21:22:53 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=193</link>
<title>Topic &quot;Disposing a Shell with ButtonEx&quot; a message from Josejulio</title>
<description><![CDATA[The current class extends: org.eclipse.jface.dialogs.Dialog<br/><br/>protected void createButtonsForButtonBar(Composite parent) {<br/>  	ButtonEx button = new ButtonEx(parent, SWT.PUSH);<br/>  	button.setText("Close");<br/>  	button.setFont(JFaceResources.getDialogFont());<br/> 	button.addButtonClickListener(new ButtonClickListener() {<br/>		@Override<br/>		public void onClick(EventObject event) {<br/>			buttonPressed(IDialogConstants.CANCEL_ID );<br/>		}<br/>	});<br/>}]]></description>
<pubDate>Tue, 15 May 2012 19:40:04 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=196</link>
<title>Topic &quot;PFGrid.NET 1.4.0.0 released&quot; a message from admin</title>
<description><![CDATA[We released a new version 1.4.0.0 of PFGrid-Toolkit.NET with great new features and bugfixes. This version contains:<br/><br/><b>Features<br/></b>1. FilterRow above the grid (see Excel-like Input-Demo):<br/><br/><img src="../img/XL_Input_FilterRow.jpg" border="0"><br/><br/>2. CheckBoxColumn and -Cell with Tri-State<br/><br/>3. Direct editing enhanced and Keyboard-handling optimized for cell editing<br/><br/>4. Column-Filters enhanced for UI-less filtering<br/><br/>5. HoverElement-Event added<br/><br/>6. OnEditorKeyDown- and -Up methods added for TreeListCell<br/><br/><br/><b>Bugfixes<br/></b>1. ExForm PInvoke signatur CG.Controls.Grid!CG.Controls.Grid.Util.WinAPI::GetDCEx<br/>2. Checkbox Checked-state not correctly<br/>3. RowDetailsPaint-event fired also when RowHeader not visible<br/>4. Alignment of Tree-Item wrong when no CellImage is defined<br/><br/><b>Update</b><br/>We suggest for customers to download the eval again for samples and docu and contact us to get the release-binaries.]]></description>
<pubDate>Sun, 13 May 2012 22:04:46 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=195</link>
<title>Topic &quot;Tooltips on columns&quot; a message from tttaff</title>
<description><![CDATA[How do we get the new version (full version, not the evaluation version)?]]></description>
<pubDate>Sun, 13 May 2012 17:24:51 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=195</link>
<title>Topic &quot;Tooltips on columns&quot; a message from admin</title>
<description><![CDATA[Currently not - we will add an event when an element is hoverred, then you can popup a Tooltip in this event like this:<br/><br/><pre><br/>private void treeListView_HoverElement(object sender, <br/>    Controls.Grid.Events.TreeListElementEventArgs e)<br/>{<br/>    if (e.RelatedElement is TreeListColumn)<br/>    {<br/>        // Show tooltip here<br/>    }<br/>}<br/></pre> <br/><br/>A new version will be available this week-end (1.4.0.0)<br/><em>edited by admin on 5/12/2012</em>]]></description>
<pubDate>Sat, 12 May 2012 17:11:33 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=195</link>
<title>Topic &quot;Tooltips on columns&quot; a message from tttaff</title>
<description><![CDATA[Is there a method to display tooltips on a column?  I didn't see anything in the documentation.]]></description>
<pubDate>Sat, 12 May 2012 00:35:00 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=193</link>
<title>Topic &quot;Disposing a Shell with ButtonEx&quot; a message from admin</title>
<description><![CDATA[Would be interesting what you do (code) in the ClickListener of the button.]]></description>
<pubDate>Fri, 11 May 2012 07:34:21 GMT</pubDate>
</item>
<item>
<link>http://www.pfgrid.com/forum/messages.aspx?TopicID=190</link>
<title>Topic &quot;TreeListRowDetails Displaying custom control&quot; a message from admin</title>
<description><![CDATA[The fix for this bug is implemented and will be availale in 1.3.0.6.]]></description>
<pubDate>Fri, 11 May 2012 07:20:17 GMT</pubDate>
</item>
</channel>
</rss>

