Click here to Skip to main content
15,902,198 members

Comments by LordVovin (Top 17 by date)

LordVovin 13-Jul-15 6:35am View    
Data here are static, if it's already in the database, user is not able to change it. This is only to present already 'logged tickets'.
LordVovin 25-May-15 3:49am View    
:) big thanks for you support :)

Sure, I will add more info in a minute
LordVovin 25-May-15 3:36am View    
No:) Me.Second.Add() was added to the ViewModel. Everything what I'm doing here is done in EmployeeViewModel. I'm not touching auto-generated classes. This one is harder than I thought ;)
LordVovin 25-May-15 2:44am View    
I want to get values from that column. I don't want to add anything to CustomObservableCollection. Once I get my stored procedure executed, I want to show records only for particular column here (SecondActivity).

I wrote that wrongly, my bad, apologies - I need to call that column in property to get values only for this one.

I have Two columns there: FirstActivity, SecondActivity. I want to create cascading comboboxes here. When I bind everything to the combobox and set DisplayMemberPath as 'FirstActivity' or 'SecondActivity', I will get the result but multiplied as many time as records are for particular column. That's why, I understand' I need to set particular column to get distinc values here.
LordVovin 25-May-15 1:16am View    
Sure, I've add Second property as well. This one is ObservableCollection of that stored procedure.