No announcements
Found 3691258 threads
-
0 Votes
using update panel with dropwn to display value in grid textbox
User-417640953 posted if i place the dropwndown in updatepanel there is no page refresh but the textbox doesnot get any ...Answered | 2 Replies | 53 Views | Created by Anonymous - Saturday, March 1, 2014 8:54 AM | Last reply by Anonymous - Tuesday, March 4, 2014 2:06 AM -
2 Votes
Change grid display value in vfp
And also this is only for display purpose.Answered | 2 Replies | 5041 Views | Created by Creative_Pro - Sunday, August 5, 2012 2:00 PM | Last reply by Creative_Pro - Sunday, August 5, 2012 3:03 PM -
0 Votes
Stack panel in Grid panel
Its useful Regards, SwatAnswered | 3 Replies | 5729 Views | Created by Swat.shel - Thursday, May 19, 2011 8:32 AM | Last reply by Swat.shel - Tuesday, May 31, 2011 5:47 AM -
0 Votes
How to save values from textbox to grid
I'm using Datatable here which will be useful to load the data from other sources.Answered | 3 Replies | 1764 Views | Created by Anusha Sridhar - Thursday, September 13, 2012 5:06 AM | Last reply by Anusha Sridhar - Friday, September 14, 2012 3:51 AM -
1 Votes
Calculate a sum when a textbox in a grid cell updated
This meant the view model would not be "aware" to take action (recalculate theCalculatePartcost field) each time a Partcost item was updated.Answered | 5 Replies | 4279 Views | Created by WPF new - Sunday, July 10, 2011 7:34 PM | Last reply by Transistor1 - Thursday, September 1, 2011 8:00 PM -
0 Votes
Difficulty with Horizontal Scrollbars on Grid and Textbox.
If the TextBox is located in a panel with an unlimited width and the width of the TextBox is set to Auto (which means fill the entire available space), the width ...Answered | 5 Replies | 2006 Views | Created by wylbur96333 - Wednesday, September 14, 2016 6:12 PM | Last reply by Magnus (MM8) - Sunday, September 18, 2016 10:27 AM -
0 Votes
displaying parameter value in textbox
Hi, Seems that for single value parameter, it is not supported to use JOIN function as what you have verified.Answered | 1 Replies | 1103 Views | Created by Sdeol51 - Saturday, December 12, 2015 9:01 AM | Last reply by Patrick_Liang - Monday, December 14, 2015 11:39 AM -
0 Votes
i wont to display value in textbox/
now I wont to display this value in textbox.Answered | 6 Replies | 3849 Views | Created by Dan_1982 - Thursday, August 26, 2010 11:02 AM | Last reply by zee soft - Thursday, August 26, 2010 11:26 AM -
1 Votes
Display Selected Value in Textbox from ComboBox
<TextBox HorizontalAlignment="Left" Margin="12,50.861,0,27" Name="textBox2" ...Answered | 4 Replies | 6554 Views | Created by tan_vis0 - Tuesday, February 28, 2012 6:09 AM | Last reply by tan_vis0 - Tuesday, February 28, 2012 6:24 AM -
3 Votes
Rich textbox in grid gives problems
Although I set the column's sparse value to .f., the value of the rich textbox only shows when the cursor is in the cell.Answered | 5 Replies | 5153 Views | Created by damezumari - Wednesday, May 11, 2011 1:17 PM | Last reply by Pavel Celba - Thursday, May 12, 2011 10:11 PM -
0 Votes
Is there a Custom Grid Panel?
A UniformGrid and WrapPanel doesn't serve my purpose, so I will have to implement a custom panel for this functionality.Answered | 4 Replies | 4885 Views | Created by maximus37 - Wednesday, April 27, 2011 2:50 PM | Last reply by maximus37 - Friday, April 29, 2011 2:32 PM -
0 Votes
people picker losing values in Ajax update panel
And after page load, if i select any people from the people picker, the changed user value should be reflected in the textbox(for people picker ...Answered | 5 Replies | 10923 Views | Created by sunkrajesh - Wednesday, February 9, 2011 9:05 AM | Last reply by bobgally0 - Tuesday, March 19, 2013 2:39 AM -
0 Votes
Border around Grid Panel
Hi, Here's a example with the border around the grid : <Border BorderThickness="1" BorderBrush="Red"> ...Answered | 3 Replies | 38962 Views | Created by bes7252 - Thursday, December 21, 2006 2:13 PM | Last reply by _yuriy - Thursday, October 3, 2019 5:46 PM -
0 Votes
Display Grid of ints
Please refer to the following thread for a code sample on how to you could use a DataTable and a DataGrid to display an editable 2d array of double (or integer) ...Answered | 4 Replies | 685 Views | Created by nflfish - Sunday, October 11, 2015 5:02 PM | Last reply by Magnus (MM8) - Monday, October 12, 2015 8:22 AM -
6 Votes
Display Logical Fields in Grid
The easiest way to add a checkbox to a grid is to drag-and-drop from the Toolbox.Answered | 2 Replies | 1077 Views | Created by Ammar Roshdy - Tuesday, August 26, 2014 8:09 AM | Last reply by Tamar E. Granor - Tuesday, August 26, 2014 8:35 PM -
3 Votes
Toggle the value in WPF Textbox
I would use two controls.Answered | 3 Replies | 1235 Views | Created by abdi1234 - Wednesday, September 2, 2015 6:31 AM | Last reply by Magnus (MM8) - Wednesday, September 2, 2015 4:35 PM -
0 Votes
Need help synching data grid view to form textbox value
Suggestion 2: Use the query "Select @Identity" to retrieve the value for the ID of the new row added to the table.Answered | 6 Replies | 780 Views | Created by alphasentient - Monday, December 7, 2015 7:58 PM | Last reply by alphasentient - Wednesday, March 16, 2016 8:21 PM -
0 Votes
Displaying ListView values in a textbox
You can enumerate the selected row(s) of the view, getting the ListViewItem for each, and then use the Subitems property to get the underlying text values.Answered | 1 Replies | 3830 Views | Created by Amit R - Monday, June 23, 2008 12:02 PM | Last reply by CoolDadTx - Monday, June 23, 2008 1:01 PM -
1 Votes
Get selected value from drop-down and display the value in textbox
Using jQuery you can get the value from drop-down and display it in text-box: //This gets selected value from drop-down ...Answered | 3 Replies | 12073 Views | Created by CherryP - Tuesday, September 24, 2013 9:21 PM | Last reply by CherryP - Wednesday, September 25, 2013 2:21 PM -
1 Votes
Creation of a TextBox on a custom panel
I just not used Arrange for UI elements in ArrageOverride.Answered | 2 Replies | 3730 Views | Created by foux - Tuesday, September 1, 2009 12:06 PM | Last reply by foux - Wednesday, September 2, 2009 5:19 AM - Items 1 to 20 of 3691258 Next ›
No announcements